-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: pull DWC2 control transfer fixes from sdk-zephyr #20272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manifest: pull DWC2 control transfer fixes from sdk-zephyr #20272
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6874db8b841cb0ffed1395d1744b15e907da0df5 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Update sdk-zephyr to add [nrf fromtree] fixes: drivers: udc_dwc2: Fix large control write transfers drivers: udc_dwc2: Recover after STALLed OUT Data Stage drivers: udc_dwc2: Fix multipart DMA OUT transfers drivers: udc_dwc2: Add helpers to check operating mode drivers: udc_dwc2: Allocate multiple of bMaxPacketSize0 drivers: udc_dwc2: Stop OUT transfers on ZLP drivers: udc_dwc2: Rework control endpoint feeding Signed-off-by: Tomasz Moń <[email protected]>
0c960d0
to
6874db8
Compare
22b5a68
into
nrfconnect:v2.9-nRF54H20-branch
Update sdk-zephyr to add [nrf fromtree] fixes:
drivers: udc_dwc2: Fix large control write transfers
drivers: udc_dwc2: Recover after STALLed OUT Data Stage
drivers: udc_dwc2: Fix multipart DMA OUT transfers
drivers: udc_dwc2: Add helpers to check operating mode
drivers: udc_dwc2: Allocate multiple of bMaxPacketSize0
drivers: udc_dwc2: Stop OUT transfers on ZLP
drivers: udc_dwc2: Rework control endpoint feeding